Welcome![Sign In][Sign Up]
Location:
Search - clock algorithm

Search list

[CSharp小小秘书(SmartAssistant)

Description: 本软件用C#编写,功能强大,其内容有:系统时间读取与修改,正点报时,农历算法,时节算法,定时闹钟,定时关机,日程表,记事本,私人日记,语音秘书(含语音识别功能),通信录,优美活泼的界面,是网上少见的C#学习极品。你安装完试试,肯定让你喜欢。-the software with C# prepared, powerful, its contents are : system time to read with changes revealed timekeeping, the Lunar New algorithms, Algorithm season, regular alarm clock, Mytob.BSNotes, calendar, notepad, private diaries, voice Secretary (including voice recognition function), communications were recorded, a beautiful and lively interface, the Internet is rare in C# Need for learning. You try installing certainly let you like.
Platform: | Size: 1301 | Author: | Hits:

[File Operate5个c程序源代码

Description: 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
Platform: | Size: 4900 | Author: 张广旭 | Hits:

[Other resourceGameCanvasDemo

Description: 是男人就撑过20秒,我写到了手机上,算法什么的都还未完工,但已能运行.加了个简单的时钟,可是不太准确,呵呵.-men on the go for more than 20 seconds, I wrote the phone, what the algorithm has not been completed, has been running. Plus a simple clock, but not quite accurate, huh.
Platform: | Size: 15558 | Author: 常剑文 | Hits:

[Windows Developwww[1].cnzz.cn

Description: 先进先出页面置换算法159 5.6.2最佳页面置换算法159 5.6.3最近最少使用页面置换算法160 5.6.4第2次机会页面置换算法161 5.6.5时钟页面置换 -FIFO replacement algorithm 159 pages 5.6.2 best replacement algorithm 159 pages recent 5.6.3 use at least 160 pages replacement algorithm 5.6.4 2nd chance pages replacement algorithm 161 pages Clock 5.6.5 surface Replacement
Platform: | Size: 2949 | Author: 贾冬 | Hits:

[OtherAngleSin

Description: 一种可以通过数学算法得出的时钟例子,很有意思的算法,win32编程-a mathematical algorithm can be reached by the clock example, the very interesting algorithm, win32 Programming
Platform: | Size: 6594 | Author: 荣天 | Hits:

[CSharpquanpaixu

Description: 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1] int length }SqList int random() void InsertSort(SqList &L) void main(){ SqList L L.r = new RedType[n+1] L.length=n for(int i=1 i<=n i++) L.r[i].key=random() long t1,t2 t1=clock() InsertSort(L) t2=clock() cout<<\" 时间: \"<<float(t2-t1)/CLK_TCK<<endl } -Bubble Sort direct selection Shell Ranking Ranking Ranking Rapid Merging Sort Heap Sort basic ordering directly inserted Algorithm # include
Platform: | Size: 720567 | Author: zero | Hits:

[Other resourcedes(msp430)

Description: 基于msp430优化的3des算法,16m时钟时运算速度是15ms-Controller Based on the optimization algorithm 3des, 16m computational speed when the clock is 15ms
Platform: | Size: 13381 | Author: | Hits:

[OtherSojournerProgram

Description: 这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign——C语言编写的时钟程序Very Simple CPU——CPU仿真工具StudentQuery——基于SQL语言数据库的学籍管理系统Theory of Computation——一些关于计算理论算法的实现,详见内附说明Hotel——酒店管理系统另外还有一些硬件VHDL方面的程序,整理好后会陆续上传-here at school I wrote some of the procedures, some of which may be Java recompile about to run, as follows : C Course Disign -- C language clock procedures Very Simple CPU -- CPU simulation tool StudentQuery -- based on SQL database the Information Management Theory of Computation -- some theoretical algorithm for the calculation of the realization of enclosing detailed statement Hotel -- hotel management system there are some VHDL hardware of the procedures, will be sorted out gradually upload
Platform: | Size: 612380 | Author: Sojourner | Hits:

[Crack Hackmimaxue_md5

Description: md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。-md5 password algorithm is computer science Lane classic algorithms, highly practical, design is the key to the selection of random numbers, the procedure using the traditional use of computer clock seed collection methods generate random number seed.
Platform: | Size: 31315 | Author: wf | Hits:

[OtherNew_timer

Description: 实现定时器算法逻辑,本身不带定时驱动器 TimerLogic实现了一个模拟的时钟,这个时钟的最上一层(类似秒针)是一个256个刻度的盘子,下面四层(类似分钟,时针)有刻度是64的小盘子,上层转一圈之后下一层的刻度就走一个刻度。指示当前盘子走到那个刻度是TimerVec(或TimerVecRoot)的index。-achieve timer algorithm logic, it should not take regular drives TimerLogic achieved a simulated clock, the clock on the floor (similar hands of) 256 is a calibration of the dishes, the following four (similar minute hand of a clock) is a scale of 64 small plates, the upper circle turn Zhi after the next level of calibration leave a mark. The current instructions that come calibration plate is TimerVec (or TimerVecRoot) index.
Platform: | Size: 40745 | Author: 赵东明 | Hits:

[OtherSojournerProgram

Description: 这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign——C语言编写的时钟程序Very Simple CPU——CPU仿真工具StudentQuery——基于SQL语言数据库的学籍管理系统Theory of Computation——一些关于计算理论算法的实现,详见内附说明Hotel——酒店管理系统另外还有一些硬件VHDL方面的程序,整理好后会陆续上传-here at school I wrote some of the procedures, some of which may be Java recompile about to run, as follows : C Course Disign-- C language clock procedures Very Simple CPU-- CPU simulation tool StudentQuery-- based on SQL database the Information Management Theory of Computation-- some theoretical algorithm for the calculation of the realization of enclosing detailed statement Hotel-- hotel management system there are some VHDL hardware of the procedures, will be sorted out gradually upload
Platform: | Size: 3420160 | Author: Sojourner | Hits:

[OtherNew_timer

Description: 实现定时器算法逻辑,本身不带定时驱动器 TimerLogic实现了一个模拟的时钟,这个时钟的最上一层(类似秒针)是一个256个刻度的盘子,下面四层(类似分钟,时针)有刻度是64的小盘子,上层转一圈之后下一层的刻度就走一个刻度。指示当前盘子走到那个刻度是TimerVec(或TimerVecRoot)的index。-achieve timer algorithm logic, it should not take regular drives TimerLogic achieved a simulated clock, the clock on the floor (similar hands of) 256 is a calibration of the dishes, the following four (similar minute hand of a clock) is a scale of 64 small plates, the upper circle turn Zhi after the next level of calibration leave a mark. The current instructions that come calibration plate is TimerVec (or TimerVecRoot) index.
Platform: | Size: 40960 | Author: 赵东明 | Hits:

[WaveletMYDCT-Qwx

Description: 我自己写的DCT变换,8*8点的,采用FFT算法完成快速的DCT-I wrote it myself DCT, 8* 8 o'clock, FFT algorithm rapid completion of the DCT
Platform: | Size: 51200 | Author: 邓云 | Hits:

[CSharp小小秘书(SmartAssistant)

Description: 本软件用C#编写,功能强大,其内容有:系统时间读取与修改,正点报时,农历算法,时节算法,定时闹钟,定时关机,日程表,记事本,私人日记,语音秘书(含语音识别功能),通信录,优美活泼的界面,是网上少见的C#学习极品。你安装完试试,肯定让你喜欢。-the software with C# prepared, powerful, its contents are : system time to read with changes revealed timekeeping, the Lunar New algorithms, Algorithm season, regular alarm clock, Mytob.BSNotes, calendar, notepad, private diaries, voice Secretary (including voice recognition function), communications were recorded, a beautiful and lively interface, the Internet is rare in C# Need for learning. You try installing certainly let you like.
Platform: | Size: 1065984 | Author: | Hits:

[J2MEGameCanvasDemo

Description: 是男人就撑过20秒,我写到了手机上,算法什么的都还未完工,但已能运行.加了个简单的时钟,可是不太准确,呵呵.-men on the go for more than 20 seconds, I wrote the phone, what the algorithm has not been completed, has been running. Plus a simple clock, but not quite accurate, huh.
Platform: | Size: 15360 | Author: 常剑文 | Hits:

[OtherAngleSin

Description: 一种可以通过数学算法得出的时钟例子,很有意思的算法,win32编程-a mathematical algorithm can be reached by the clock example, the very interesting algorithm, win32 Programming
Platform: | Size: 902144 | Author: 荣天 | Hits:

[CSharpquanpaixu

Description: 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1] int length }SqList int random() void InsertSort(SqList &L) void main(){ SqList L L.r = new RedType[n+1] L.length=n for(int i=1 i<=n i++) L.r[i].key=random() long t1,t2 t1=clock() InsertSort(L) t2=clock() cout<<" 时间: "<<float(t2-t1)/CLK_TCK<<endl } -Bubble Sort direct selection Shell Ranking Ranking Ranking Rapid Merging Sort Heap Sort basic ordering directly inserted Algorithm# include
Platform: | Size: 719872 | Author: zero | Hits:

[SCMdes(msp430)

Description: 基于msp430优化的3des算法,16m时钟时运算速度是15ms-Controller Based on the optimization algorithm 3des, 16m computational speed when the clock is 15ms
Platform: | Size: 39936 | Author: | Hits:

[Data structsDlgT2

Description: 精确计算各种排序算法时间效率的程序,包括冒泡排序,选择排序,插入排序,希尔排序,快速排序等多种数据结构算法。使用CPU内核时钟统计时间,极为精确。-Accurate calculation of the various sorting algorithm time efficient procedures, including bubble sort, selection sort, Insertion Sort, Hill sort, quick sort algorithm and many other data structures. The use of statistical time CPU core clock is extremely accurate.
Platform: | Size: 95232 | Author: 人民币 | Hits:

[CSharpqqw

Description: 本程序能实现操作系统的时钟替换算法,用C#编写-This procedure can achieve the operating system clock replacement algorithm, using C# Prepared
Platform: | Size: 18432 | Author: 陈梅 | Hits:
« 1 2 3 4 56 7 8 9 10 »

CodeBus www.codebus.net